home *** CD-ROM | disk | FTP | other *** search
/ Quarterdeck InternetSuite / Quarterdeck InternetSuite.iso / qsockpro.qip / NETCOM.IAP < prev    next >
Encoding:
INI File  |  1996-03-20  |  2.0 KB  |  94 lines

  1. [Company]
  2.  
  3. ;  Label shown on the Tab control
  4. TabLabel=Netcom ON-Line
  5. ; Logo file
  6. LogoFile=netcom.dib
  7. ; Company descriptions
  8. Label1=
  9. ; cards supported (yes or no for each card type)
  10. Visa=yes
  11. MasterCard=yes
  12. AmericanExpress=yes
  13. Discover=no
  14. ; Information file on company
  15. InfoFile=netcom.txt
  16. ;InfoTitle=MORE INFORMATION on ....
  17. InfoTitle=Netcom sign up server is in test stage
  18. ; Number of available phone numbers for online registration
  19. ; Support Transaction ID ? (yes or no, default is yes)
  20. SupportTID=no
  21. TotalPhone=1
  22. ; Specify the amount of additional information required (0..10)
  23. TotalField=6
  24. ; Number of radio button selections (0..5)
  25. ;
  26. ; script to wait for connect, send a '$'
  27. ;
  28. Script=-c $1 login: irpsetup$r ssword: irpsetup$r READY qdeck
  29. ActivePhone=5833
  30. Connector=2
  31. Timeout=60
  32. InitStr=ATL0E0
  33.  
  34. [PhoneList]
  35. Phone1=+1 (800) 660-4925
  36.  
  37.  
  38. [Field 1]
  39. UserLabel=User Name (5 to 8 characters)
  40. InfoLabel=UserName1
  41. Length=8
  42. Require=yes
  43. ErrMsg=User Name for the Provider Extended Information must be specified
  44. MinLen=5
  45. ; type of the data, could be:
  46. ; Alpha     - 'A'-'Z' or 'a'-'z'
  47. ; AlphaNum  - 'A'-'Z', 'a'-'z', or '0'-'9'
  48. ; Ascii     - ASCII character (0x00 - 0x7F)
  49. ; Digit     - '0'-'9'
  50. Type=AlphaNum
  51.  
  52. [Field 2]
  53. UserLabel=Password (will show up when typing)
  54. InfoLabel=PassWord
  55. Length=8
  56. Require=yes
  57. ErrMsg=Password for the Provider Extended Information must be specified
  58. MinLen=5
  59. Type=AlphaNum
  60.  
  61. [Field 3]
  62. UserLabel=User Name 2 (Optional)
  63. InfoLabel=UserName2
  64. Length=8
  65. Require=no
  66. MinLen=5
  67. Type=AlphaNum
  68.  
  69. [Field 4]
  70. UserLabel=User Name 3 (Optional)
  71. InfoLabel=UserName3
  72. Length=8
  73. Require=no
  74. MinLen=5
  75. Type=AlphaNum
  76.  
  77. [Field 5]
  78. UserLabel=Secret Word (Optional; 5 to 16 characters)
  79. InfoLabel=KeyWord
  80. Length=16
  81. Require=no
  82. MinLen=5
  83. Type=AlphaNum
  84.  
  85. [Field 6]
  86. UserLabel=Registration number (Leave blank if unknown)
  87. InfoLabel=RegNum
  88. Length=12
  89. Require=no
  90. ErrMsg=Registration number should be 9 to 12 characters
  91. MinLen=9
  92. Type=Digit
  93.  
  94.